UserInfoWithPositionId
Represents a user with additional information about their position and activity status.
Properties
| Name | Description |
|---|---|
| UserIsActive | Indicates whether the user is currently active. |
| UserInfo | The user information associated with the position. |
| PositionId | The ID of the position associated with the user. |
| PositionIsActive | Indicates whether the position associated with the user is currently active. |
Constructors
| Name | Description |
|---|---|
| UserInfoWithPositionId() | Initializes a new instance of the UserInfoWithPositionId class. |